home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 23
/
Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso
/
Aminet
/
text
/
edit
/
BlacksEditor.lha
/
BlacksEditor
/
Rexx
/
DeleteFile.bed
< prev
next >
Wrap
Text File
|
1997-12-03
|
314b
|
17 lines
/*
** $VER: DeleteFile.bed 1.0 (17.04.96)
**
** Simple script to delete a file, I really missed this option :)
**
** Written by Gerbert Nuijen
*/
OPTIONS RESULTS
GetFilePath PATH
fpath = RESULT
'RequestFile TITLE="Delete File..." OKGADGET=Delete PATH=' || fpath
ADDRESS COMMAND 'Delete ' || RESULT || ' QUIET'